* s~\t+$~~
[lhc/web/wiklou.git] / languages / LanguageUtf8.php
index 1cec1e5..5687069 100644 (file)
@@ -41,7 +41,7 @@ class LanguageUtf8 extends Language {
        # or compiled and character mapping arrays otherwise.
        # In case of language-specific character mismatch
        # it should be dealt with in Language classes.
-       
+
        function ucfirst( $str ) {
                return $this->uc( $str, true );
        }